GET PlanCare2Api/ClientplansV2/Stripped?clientIds[0]={clientIds[0]}&clientIds[1]={clientIds[1]}

Retrieve all clientplans V2 for the selected client without its ClientplanPartInfos.

Requires 'Start' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientIds

The clientIds for whom to fetch the stripped clientplans.

Collection of integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of clientplans V2 without their ClientplanPartInfos

Collection of ClientplanV2Stripped
NameDescriptionTypeAdditional information
Id

The internal id of the clientplan.

integer

None

ClientId

The internal id of the client.

Identity

Required

StartDate

The date on which the clientplan takes effect.

date

Required

EndDate

The date on which the clientplan will end or was ended.

date

None

CareDemandsRequired

Determines if CareDemands must be used when creating goals.

boolean

None

SectorName

The name of the sector. For read-only purposes only.

string

None

Name

The name of the clientplan.

string

Required

TypeId

The id of the type of the clientplan.

integer

Required

VisionModelName

The name of the vision model. For read-only purposes only.

string

None

ResponsibleEmployeeName

The name of the responsible employee. For read-only purposes only.

string

None

SectorId

The id of the sector of the clientplan.

integer

Required

VisionModelId

The id of the vision model of the clientplan.

integer

Required

ResponsibleEmployeeId

The responsible employee of the clientplan.

Identity

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "ClientId": {
      "$id": "2",
      "Identifier": "sample string 1",
      "Type": 0
    },
    "StartDate": "2026-05-26T23:13:01.3389951+02:00",
    "EndDate": "2026-05-26T23:13:01.3389951+02:00",
    "CareDemandsRequired": true,
    "SectorName": "sample string 4",
    "Name": "sample string 5",
    "TypeId": 6,
    "VisionModelName": "sample string 7",
    "ResponsibleEmployeeName": "sample string 8",
    "SectorId": 9,
    "VisionModelId": 10,
    "ResponsibleEmployeeId": {
      "$ref": "2"
    }
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfClientplanV2Stripped xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan">
  <ClientplanV2Stripped>
    <CareDemandsRequired>true</CareDemandsRequired>
    <ClientId xmlns:d3p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure">
      <d3p1:Identifier>sample string 1</d3p1:Identifier>
      <d3p1:Type>ExternalId</d3p1:Type>
    </ClientId>
    <EndDate>2026-05-26T23:13:01.3389951+02:00</EndDate>
    <Id>1</Id>
    <Name>sample string 5</Name>
    <ResponsibleEmployeeId xmlns:d3p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure">
      <d3p1:Identifier>sample string 1</d3p1:Identifier>
      <d3p1:Type>ExternalId</d3p1:Type>
    </ResponsibleEmployeeId>
    <ResponsibleEmployeeName>sample string 8</ResponsibleEmployeeName>
    <SectorId>9</SectorId>
    <SectorName>sample string 4</SectorName>
    <StartDate>2026-05-26T23:13:01.3389951+02:00</StartDate>
    <TypeId>6</TypeId>
    <VisionModelId>10</VisionModelId>
    <VisionModelName>sample string 7</VisionModelName>
  </ClientplanV2Stripped>
  <ClientplanV2Stripped>
    <CareDemandsRequired>true</CareDemandsRequired>
    <ClientId xmlns:d3p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure">
      <d3p1:Identifier>sample string 1</d3p1:Identifier>
      <d3p1:Type>ExternalId</d3p1:Type>
    </ClientId>
    <EndDate>2026-05-26T23:13:01.3389951+02:00</EndDate>
    <Id>1</Id>
    <Name>sample string 5</Name>
    <ResponsibleEmployeeId xmlns:d3p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure">
      <d3p1:Identifier>sample string 1</d3p1:Identifier>
      <d3p1:Type>ExternalId</d3p1:Type>
    </ResponsibleEmployeeId>
    <ResponsibleEmployeeName>sample string 8</ResponsibleEmployeeName>
    <SectorId>9</SectorId>
    <SectorName>sample string 4</SectorName>
    <StartDate>2026-05-26T23:13:01.3389951+02:00</StartDate>
    <TypeId>6</TypeId>
    <VisionModelId>10</VisionModelId>
    <VisionModelName>sample string 7</VisionModelName>
  </ClientplanV2Stripped>
</ArrayOfClientplanV2Stripped>